home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobycastillotenebroso.swf / scripts / DefineButton2_851 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  206b  |  9 lines

  1. on(release){
  2.    this._visible = false;
  3.    if(_root.courage_bar._currentframe != 1)
  4.    {
  5.       gotoframe = _root.courage_bar._currentframe - 1;
  6.       _root.courage_bar.gotoAndStop(gotoframe);
  7.    }
  8. }
  9.